home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / edit / soundzapv3_0.lha / history < prev    next >
Text File  |  1992-06-05  |  7KB  |  108 lines

  1. Release history for SoundZAP:
  2.  
  3.  
  4. V1.0 -- 25 March 1992 -- Released to Internet prematurly. Many bugs.
  5.  
  6. V2.0 -- 31 March 1992 -- Basically a bug fix, but changes were drastic
  7.                          enough to warrant a major release number.
  8.                          Fixed library dependancies, IFF writer, and
  9.                          .VOC frequency finder. Added detection of
  10.                          compressed .VOC and .AU files (no support for
  11.                          decompression as I have no specifications).
  12.                          Changed the -r switch slightly. Cleaned up
  13.                          the code immensly (re-wrote most of it!).
  14.  
  15. V2.1 --  7 April 1992 -- Don Bontemps brought to my attention two
  16.                          errors. The first was due to a typo on my
  17.                          part. I forgot some parenthesis in a function
  18.                          call and as a result it didn't display the
  19.                          usage when you did not give it a filename on
  20.                          the command line. The second error was that
  21.                          if you ran SoundZAP with only one file name
  22.                          it would tack a '.iff' to the end of the old
  23.                          name but when you ran it again it would just
  24.                          use the name it used the previous time (due
  25.                          to the variables not being initialized upon
  26.                          execution I assume...). I think I've fixed
  27.                          this bug also. Thanks Don!
  28.  
  29. V2.2 -- 13 April 1992 -- I was asked to re-post SoundZAP to Usenet for
  30.                          those who missed version 2.1. While preparing
  31.                          to post it I noticed a small bug that caused
  32.                          the machine to crash if the -b switch was
  33.                          given without a number following. I also
  34.                          corrected a few errors in the documentation.
  35.  
  36. V2.3 -- 17 April 1992 -- Added support for MS-Windows .WAV files. Not
  37.                          sure about how to determine sample rate, so
  38.                          it uses default of 11K samples per second
  39.                          until I figure it out. Also added support for
  40.                          Macintosh sound files. This is pretty much a
  41.                          guess. It also uses the default sample rate
  42.                          of 11K. Any info on either format would be
  43.                          helpful!
  44.  
  45. V2.4 -- 26 April 1992 -- Added ability to READ IFF 8SVX files.
  46.  
  47. V2.5 -- 3   May  1992 -- Changed the MS-Windows .WAV reader. It now works for
  48.                          SOME .WAV files...not all. I WILL change the reader
  49.                          to one similar to my IFF reader. I also added a '-a'
  50.                          switch to amplify the sample data. It is very crude.
  51.                          It just multiplies the sample value by the specified
  52.                          number and divides by three.
  53.  
  54. V2.6 -- 12  May  1992 -- Re-wrote the IFF reader. It now displays NAME, ANNO,
  55.                          AUTH, TEXT, and (c) chunks. The routine can also be
  56.    (unreleased)          used to parse other IFF files (with a slight modif-
  57.                          ication) so the addition of SAMP and AIFF file
  58.                          reading is on the horizon. Now to write a parser for
  59.                          MS-Windows RIFF files...
  60.  
  61. V2.7 - V2.99999999999 -- They're living on an island with Elvis and playing
  62.                          Leisure Suit Larry 4.
  63.  
  64. V3.0 -- 5  June  1992 -- If input file is Macintosh format, the name specified
  65.                          in the source file is placed in the NAME chunk of the
  66.                          output file. It now perserves the AUTH and (c) chunks
  67.                          as per the IFF docs. Also added the -a version of the
  68.                          -a switch. This will amplify the file to maximum
  69.                          volume.I also changed the ANNO chunk to be like a
  70.                          timestamp. The program now writes the time and date
  71.                          at which the sample was converted into the ANNO chunk.
  72.                          Also added AIFF input support (finally!). I can't get
  73.                          the sample rate though because I'm not sure how Mac
  74.                          'extended' floating point numbers work. It also only
  75.                          gets the first channel in the SSND chunk out of
  76.                          simplicity. The -s switch has been replaced with a -u
  77.                          switch. See documentation for details. The -c switch
  78.                          has been added. This will re-sample the data from one
  79.                          rate to another.I changed the information that is
  80.                          displayed about a file also, to make it more under-
  81.                          standable and accurate. I finally added .au (-s), and
  82.                          RAW u-law (-l) OUTPUT. The -a and -b options now
  83.                          support being used with no <n> argument for maximum
  84.                          volume and buffer size (respectively). I fixed the
  85.                          MS-Windows .WAV file reader (I think). It now parses
  86.                          the file for certian chunks. It still has not been
  87.                          widely tested so it may be kinda buggy. I added
  88.                          support for Fibonacci Delta encoded IFF 8SVX files...
  89.                          I think. I used Commodore's DUnpack.c code so it
  90.                          should be correct. It wasn't working with AudioMaster
  91.                          III though. If anyone knows why, tell me. Well...that
  92.                          was a HUGE update wasn't it? That's why it's version
  93.                          3.0 not version 2.7.
  94.  
  95. To Do: I am also throwing around the idea of converting UUENCODED sound files.
  96.        It would be FAIRLY easy. It's just a matter of putting the code in.
  97.        Other things have priority though.
  98.  
  99. Cancelled: I've decided NOT to put SAMP in. I looked at the SAMP format and
  100.            it seems to be more of an instrument type. There is sampled data
  101.            in it...in fact there can be up to 128 DIFFERENT samples in it,
  102.            all being similar, but slightly different. Therefore, the only
  103.            thing I could really do would be take, say the first one, or the
  104.            longest one. I may still do it, but I doubt it. Someone also
  105.            asked for .VOC OUTPUT support, but I probably won't add it. I
  106.            don't know enough about the .VOC format to do a good job with it,
  107.            and it's not very useful as far as Amigas go.
  108.